CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Newton iterative

搜索资源列表

  1. newton

    0下载:
  2. Newton迭代法解一些不常规的方程,不能直接解出来的方程,通过迭代初值的设定,逐步迭代来达到理想的结果-Newton iterative solution of equations of some non-conventional, not directly out of the equation solution, iterative initial value set by gradually iterations to achieve the desired results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:17833
    • 提供者:Sally
  1. newton

    1下载:
  2. 牛顿迭代法用于求解非线性方程组,及求解范围-Newton iterative method for solving nonlinear equations, and solve the range
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:828
    • 提供者:凤凤
  1. NEWTON

    0下载:
  2. 用牛顿迭代法实现实现数值计算方法,用来求解方程的根。-Achieved with the Newton iterative method to achieve numerical method used to solve the roots of the equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7901
    • 提供者:双鱼座
  1. newton

    0下载:
  2. 牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。-Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:冯翔
  1. newton

    0下载:
  2. 牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab牛顿迭代算法牛顿迭代算法 matlab -Newton iterative algorithm iterative algorithm of Newton Newton algorithm matlab matlab Newton Newton algorithm algorithm algorithm matlab Newton Newton Newton algorithm algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2946
    • 提供者:王小琴
  1. newton

    0下载:
  2. 牛顿迭代法,用于对通用多项式的计算,可自己设置处置,精度等-Newton iterative method for the calculation of general polynomials can set up their own disposal, precision
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6513
    • 提供者:秦昌兵
  1. Newton-Raphson

    0下载:
  2. 牛顿迭代法对于解决非线性方程应该有很重要的作用吧-Newton iterative method for solving nonlinear equations should have a very important role it
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:9430
    • 提供者:tianjingjing
  1. NewTon-and-Dolittle

    0下载:
  2. 计算方法中重要的算法,用Newton迭代法求解非线性方程组,用Dolittle直接分解法计算A的行列式-Important calculation algorithm, using Newton iterative method for solving nonlinear equations, decomposition method with Dolittle direct determinant of A
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:45513
    • 提供者:fanfan
  1. newton

    0下载:
  2. 在VC6.0平台上实现的浅显易懂的牛顿迭代算法,在物理化学数值分析中相当有用。-VC6.0 platform implemented in easy to understand the Newton iterative algorithm, the numerical analysis in physical chemistry is useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8434
    • 提供者:朱晖
  1. newton

    0下载:
  2. 非线性方程为xe(x)括号的x为e的指数-1=0. 要求输入初值x0.和精度tol及最大循环次数N. 输出利用newton迭代法解出的近似根-Nonlinear equations for the xe (x) x as e brackets index-1 = 0. Asked to enter the initial value x0. And accuracy and the maximum number of cycles N. tol output using newton i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:758
    • 提供者:边大边
  1. newton

    0下载:
  2. 牛顿迭代算法,可以解决非线性优化问题,但是求出的是局部最优解,应用时应该注意-Newton iterative algorithm to solve nonlinear optimization problems, but find the local optimal solution, the application should be noted
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:wujianhua
  1. Newton

    0下载:
  2. Newton iterative method for solving equations, c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2231
    • 提供者:张数
  1. Newton

    0下载:
  2. 牛顿迭代法解线性方程组,最简单直接的小算法,大家可以自己试着写!-Newton iterative method solving linear equations, the most direct and simple small algorithm, you can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:553
    • 提供者:lou
  1. Newton-iterative-method

    0下载:
  2. 用牛顿迭代法求解非线性方程,在程序中修改待求方程即可-With Newton iteration method to solve nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:695
    • 提供者:董月汉
  1. Newton-iteration

    0下载:
  2. 数值分析计算中,用牛顿迭代法求解矩阵的特征值和特征向量-Numerical analysis, the Newton iterative method using eigenvalues and eigenvectors
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3538
    • 提供者:张勇
  1. newton

    0下载:
  2. 数值分析中非线性方程和方程组的数值解法中的Newton迭代法的c实现。-Newton iterative method for the numerical analysis of nonlinear equations and numerical solution of the equations c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:201432
    • 提供者:lee
  1. newton

    0下载:
  2. Matlab数值计算中的牛顿迭代法例程,非常好用-Matlab numerical calculation of Newton iterative method routine, very easy to use
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:92978
    • 提供者:
  1. Newton

    0下载:
  2. 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:207673
    • 提供者:
  1. newton

    0下载:
  2. 牛顿迭代法的基本算法,包含所有的的程序流程。-Newton iterative method
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:1050
    • 提供者:李俊
  1. newton

    0下载:
  2. 用牛顿迭代法来解微分方程,并给出了实例,用的时候可以直接替换-Newton iterative method for solving differential equations, and gives an example with a direct replacement
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:689
    • 提供者:李金萍
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com